Class MustUnderstandAttribute.MustUnderstand.Factory
- java.lang.Object
-
- org.xmlsoap.schemas.soap.envelope.MustUnderstandAttribute.MustUnderstand.Factory
-
- Enclosing interface:
- MustUnderstandAttribute.MustUnderstand
public static final class MustUnderstandAttribute.MustUnderstand.Factory extends Object
A factory class with static methods for creating instances of this type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MustUnderstandAttribute.MustUnderstandnewInstance()static MustUnderstandAttribute.MustUnderstandnewInstance(org.apache.xmlbeans.XmlOptions options)static MustUnderstandAttribute.MustUnderstandnewValue(Object obj)
-
-
-
Method Detail
-
newValue
public static MustUnderstandAttribute.MustUnderstand newValue(Object obj)
-
newInstance
public static MustUnderstandAttribute.MustUnderstand newInstance()
-
newInstance
public static MustUnderstandAttribute.MustUnderstand newInstance(org.apache.xmlbeans.XmlOptions options)
-
-