Package usGovIcIsmV2
Class DerivedFromAttribute.DerivedFrom.Factory
- java.lang.Object
-
- usGovIcIsmV2.DerivedFromAttribute.DerivedFrom.Factory
-
- Enclosing interface:
- DerivedFromAttribute.DerivedFrom
public static final class DerivedFromAttribute.DerivedFrom.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 DerivedFromAttribute.DerivedFromnewInstance()static DerivedFromAttribute.DerivedFromnewInstance(org.apache.xmlbeans.XmlOptions options)static DerivedFromAttribute.DerivedFromnewValue(Object obj)
-
-
-
Method Detail
-
newValue
public static DerivedFromAttribute.DerivedFrom newValue(Object obj)
-
newInstance
public static DerivedFromAttribute.DerivedFrom newInstance()
-
newInstance
public static DerivedFromAttribute.DerivedFrom newInstance(org.apache.xmlbeans.XmlOptions options)
-
-