Uses of Interface
org.xmlsoap.schemas.soap.envelope.MustUnderstandAttribute.MustUnderstand
-
Packages that use MustUnderstandAttribute.MustUnderstand Package Description org.xmlsoap.schemas.soap.envelope org.xmlsoap.schemas.soap.envelope.impl -
-
Uses of MustUnderstandAttribute.MustUnderstand in org.xmlsoap.schemas.soap.envelope
Methods in org.xmlsoap.schemas.soap.envelope that return MustUnderstandAttribute.MustUnderstand Modifier and Type Method Description static MustUnderstandAttribute.MustUnderstandMustUnderstandAttribute.MustUnderstand.Factory. newInstance()static MustUnderstandAttribute.MustUnderstandMustUnderstandAttribute.MustUnderstand.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MustUnderstandAttribute.MustUnderstandMustUnderstandAttribute.MustUnderstand.Factory. newValue(Object obj)MustUnderstandAttribute.MustUnderstandMustUnderstandAttribute. xgetMustUnderstand()Gets (as xml) the "mustUnderstand" attributeMethods in org.xmlsoap.schemas.soap.envelope with parameters of type MustUnderstandAttribute.MustUnderstand Modifier and Type Method Description voidMustUnderstandAttribute. xsetMustUnderstand(MustUnderstandAttribute.MustUnderstand mustUnderstand)Sets (as xml) the "mustUnderstand" attribute -
Uses of MustUnderstandAttribute.MustUnderstand in org.xmlsoap.schemas.soap.envelope.impl
Classes in org.xmlsoap.schemas.soap.envelope.impl that implement MustUnderstandAttribute.MustUnderstand Modifier and Type Class Description static classMustUnderstandAttributeImpl.MustUnderstandImplAn XML mustUnderstand(@http://schemas.xmlsoap.org/soap/envelope/).Methods in org.xmlsoap.schemas.soap.envelope.impl that return MustUnderstandAttribute.MustUnderstand Modifier and Type Method Description MustUnderstandAttribute.MustUnderstandMustUnderstandAttributeImpl. xgetMustUnderstand()Gets (as xml) the "mustUnderstand" attributeMethods in org.xmlsoap.schemas.soap.envelope.impl with parameters of type MustUnderstandAttribute.MustUnderstand Modifier and Type Method Description voidMustUnderstandAttributeImpl. xsetMustUnderstand(MustUnderstandAttribute.MustUnderstand mustUnderstand)Sets (as xml) the "mustUnderstand" attribute
-