Package org.isotc211.x2005.gmd.impl
Class MDExtendedElementInformationTypeImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.values.XmlObjectBase
-
- org.apache.xmlbeans.impl.values.XmlComplexContentImpl
-
- org.isotc211.x2005.gco.impl.AbstractObjectTypeImpl
-
- org.isotc211.x2005.gmd.impl.MDExtendedElementInformationTypeImpl
-
- All Implemented Interfaces:
Serializable,org.apache.xmlbeans.impl.values.TypeStoreUser,org.apache.xmlbeans.SimpleValue,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource,AbstractObjectType,MDExtendedElementInformationType
public class MDExtendedElementInformationTypeImpl extends AbstractObjectTypeImpl implements MDExtendedElementInformationType
An XML MD_ExtendedElementInformation_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.isotc211.x2005.gco.AbstractObjectType
AbstractObjectType.Factory
-
Nested classes/interfaces inherited from interface org.isotc211.x2005.gmd.MDExtendedElementInformationType
MDExtendedElementInformationType.Factory
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
-
Fields inherited from interface org.isotc211.x2005.gco.AbstractObjectType
type
-
Fields inherited from interface org.isotc211.x2005.gmd.MDExtendedElementInformationType
type
-
-
Constructor Summary
Constructors Constructor Description MDExtendedElementInformationTypeImpl(org.apache.xmlbeans.SchemaType sType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterStringPropertyTypeaddNewCondition()Appends and returns a new empty "condition" elementMDDatatypeCodePropertyTypeaddNewDataType()Appends and returns a new empty "dataType" elementCharacterStringPropertyTypeaddNewDefinition()Appends and returns a new empty "definition" elementIntegerPropertyTypeaddNewDomainCode()Appends and returns a new empty "domainCode" elementCharacterStringPropertyTypeaddNewDomainValue()Appends and returns a new empty "domainValue" elementCharacterStringPropertyTypeaddNewMaximumOccurrence()Appends and returns a new empty "maximumOccurrence" elementCharacterStringPropertyTypeaddNewName()Appends and returns a new empty "name" elementMDObligationCodePropertyTypeaddNewObligation()Appends and returns a new empty "obligation" elementCharacterStringPropertyTypeaddNewParentEntity()Appends and returns a new empty value (as xml) as the last "parentEntity" elementCharacterStringPropertyTypeaddNewRationale()Appends and returns a new empty value (as xml) as the last "rationale" elementCharacterStringPropertyTypeaddNewRule()Appends and returns a new empty "rule" elementCharacterStringPropertyTypeaddNewShortName()Appends and returns a new empty "shortName" elementCIResponsiblePartyPropertyTypeaddNewSource()Appends and returns a new empty value (as xml) as the last "source" elementCharacterStringPropertyTypegetCondition()Gets the "condition" elementMDDatatypeCodePropertyTypegetDataType()Gets the "dataType" elementCharacterStringPropertyTypegetDefinition()Gets the "definition" elementIntegerPropertyTypegetDomainCode()Gets the "domainCode" elementCharacterStringPropertyTypegetDomainValue()Gets the "domainValue" elementCharacterStringPropertyTypegetMaximumOccurrence()Gets the "maximumOccurrence" elementCharacterStringPropertyTypegetName()Gets the "name" elementMDObligationCodePropertyTypegetObligation()Gets the "obligation" elementCharacterStringPropertyType[]getParentEntityArray()Gets array of all "parentEntity" elementsCharacterStringPropertyTypegetParentEntityArray(int i)Gets ith "parentEntity" elementCharacterStringPropertyType[]getRationaleArray()Gets array of all "rationale" elementsCharacterStringPropertyTypegetRationaleArray(int i)Gets ith "rationale" elementCharacterStringPropertyTypegetRule()Gets the "rule" elementCharacterStringPropertyTypegetShortName()Gets the "shortName" elementCIResponsiblePartyPropertyType[]getSourceArray()Gets array of all "source" elementsCIResponsiblePartyPropertyTypegetSourceArray(int i)Gets ith "source" elementCharacterStringPropertyTypeinsertNewParentEntity(int i)Inserts and returns a new empty value (as xml) as the ith "parentEntity" elementCharacterStringPropertyTypeinsertNewRationale(int i)Inserts and returns a new empty value (as xml) as the ith "rationale" elementCIResponsiblePartyPropertyTypeinsertNewSource(int i)Inserts and returns a new empty value (as xml) as the ith "source" elementbooleanisSetCondition()True if has "condition" elementbooleanisSetDomainCode()True if has "domainCode" elementbooleanisSetDomainValue()True if has "domainValue" elementbooleanisSetMaximumOccurrence()True if has "maximumOccurrence" elementbooleanisSetObligation()True if has "obligation" elementbooleanisSetShortName()True if has "shortName" elementvoidremoveParentEntity(int i)Removes the ith "parentEntity" elementvoidremoveRationale(int i)Removes the ith "rationale" elementvoidremoveSource(int i)Removes the ith "source" elementvoidsetCondition(CharacterStringPropertyType condition)Sets the "condition" elementvoidsetDataType(MDDatatypeCodePropertyType dataType)Sets the "dataType" elementvoidsetDefinition(CharacterStringPropertyType definition)Sets the "definition" elementvoidsetDomainCode(IntegerPropertyType domainCode)Sets the "domainCode" elementvoidsetDomainValue(CharacterStringPropertyType domainValue)Sets the "domainValue" elementvoidsetMaximumOccurrence(CharacterStringPropertyType maximumOccurrence)Sets the "maximumOccurrence" elementvoidsetName(CharacterStringPropertyType name)Sets the "name" elementvoidsetObligation(MDObligationCodePropertyType obligation)Sets the "obligation" elementvoidsetParentEntityArray(int i, CharacterStringPropertyType parentEntity)Sets ith "parentEntity" elementvoidsetParentEntityArray(CharacterStringPropertyType[] parentEntityArray)Sets array of all "parentEntity" elementvoidsetRationaleArray(int i, CharacterStringPropertyType rationale)Sets ith "rationale" elementvoidsetRationaleArray(CharacterStringPropertyType[] rationaleArray)Sets array of all "rationale" elementvoidsetRule(CharacterStringPropertyType rule)Sets the "rule" elementvoidsetShortName(CharacterStringPropertyType shortName)Sets the "shortName" elementvoidsetSourceArray(int i, CIResponsiblePartyPropertyType source)Sets ith "source" elementvoidsetSourceArray(CIResponsiblePartyPropertyType[] sourceArray)Sets array of all "source" elementintsizeOfParentEntityArray()Returns number of "parentEntity" elementintsizeOfRationaleArray()Returns number of "rationale" elementintsizeOfSourceArray()Returns number of "source" elementvoidunsetCondition()Unsets the "condition" elementvoidunsetDomainCode()Unsets the "domainCode" elementvoidunsetDomainValue()Unsets the "domainValue" elementvoidunsetMaximumOccurrence()Unsets the "maximumOccurrence" elementvoidunsetObligation()Unsets the "obligation" elementvoidunsetShortName()Unsets the "shortName" element-
Methods inherited from class org.isotc211.x2005.gco.impl.AbstractObjectTypeImpl
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate, validate, validate_now, validate_simpleval, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getName
public CharacterStringPropertyType getName()
Gets the "name" element- Specified by:
getNamein interfaceMDExtendedElementInformationType
-
setName
public void setName(CharacterStringPropertyType name)
Sets the "name" element- Specified by:
setNamein interfaceMDExtendedElementInformationType
-
addNewName
public CharacterStringPropertyType addNewName()
Appends and returns a new empty "name" element- Specified by:
addNewNamein interfaceMDExtendedElementInformationType
-
getShortName
public CharacterStringPropertyType getShortName()
Gets the "shortName" element- Specified by:
getShortNamein interfaceMDExtendedElementInformationType
-
isSetShortName
public boolean isSetShortName()
True if has "shortName" element- Specified by:
isSetShortNamein interfaceMDExtendedElementInformationType
-
setShortName
public void setShortName(CharacterStringPropertyType shortName)
Sets the "shortName" element- Specified by:
setShortNamein interfaceMDExtendedElementInformationType
-
addNewShortName
public CharacterStringPropertyType addNewShortName()
Appends and returns a new empty "shortName" element- Specified by:
addNewShortNamein interfaceMDExtendedElementInformationType
-
unsetShortName
public void unsetShortName()
Unsets the "shortName" element- Specified by:
unsetShortNamein interfaceMDExtendedElementInformationType
-
getDomainCode
public IntegerPropertyType getDomainCode()
Gets the "domainCode" element- Specified by:
getDomainCodein interfaceMDExtendedElementInformationType
-
isSetDomainCode
public boolean isSetDomainCode()
True if has "domainCode" element- Specified by:
isSetDomainCodein interfaceMDExtendedElementInformationType
-
setDomainCode
public void setDomainCode(IntegerPropertyType domainCode)
Sets the "domainCode" element- Specified by:
setDomainCodein interfaceMDExtendedElementInformationType
-
addNewDomainCode
public IntegerPropertyType addNewDomainCode()
Appends and returns a new empty "domainCode" element- Specified by:
addNewDomainCodein interfaceMDExtendedElementInformationType
-
unsetDomainCode
public void unsetDomainCode()
Unsets the "domainCode" element- Specified by:
unsetDomainCodein interfaceMDExtendedElementInformationType
-
getDefinition
public CharacterStringPropertyType getDefinition()
Gets the "definition" element- Specified by:
getDefinitionin interfaceMDExtendedElementInformationType
-
setDefinition
public void setDefinition(CharacterStringPropertyType definition)
Sets the "definition" element- Specified by:
setDefinitionin interfaceMDExtendedElementInformationType
-
addNewDefinition
public CharacterStringPropertyType addNewDefinition()
Appends and returns a new empty "definition" element- Specified by:
addNewDefinitionin interfaceMDExtendedElementInformationType
-
getObligation
public MDObligationCodePropertyType getObligation()
Gets the "obligation" element- Specified by:
getObligationin interfaceMDExtendedElementInformationType
-
isSetObligation
public boolean isSetObligation()
True if has "obligation" element- Specified by:
isSetObligationin interfaceMDExtendedElementInformationType
-
setObligation
public void setObligation(MDObligationCodePropertyType obligation)
Sets the "obligation" element- Specified by:
setObligationin interfaceMDExtendedElementInformationType
-
addNewObligation
public MDObligationCodePropertyType addNewObligation()
Appends and returns a new empty "obligation" element- Specified by:
addNewObligationin interfaceMDExtendedElementInformationType
-
unsetObligation
public void unsetObligation()
Unsets the "obligation" element- Specified by:
unsetObligationin interfaceMDExtendedElementInformationType
-
getCondition
public CharacterStringPropertyType getCondition()
Gets the "condition" element- Specified by:
getConditionin interfaceMDExtendedElementInformationType
-
isSetCondition
public boolean isSetCondition()
True if has "condition" element- Specified by:
isSetConditionin interfaceMDExtendedElementInformationType
-
setCondition
public void setCondition(CharacterStringPropertyType condition)
Sets the "condition" element- Specified by:
setConditionin interfaceMDExtendedElementInformationType
-
addNewCondition
public CharacterStringPropertyType addNewCondition()
Appends and returns a new empty "condition" element- Specified by:
addNewConditionin interfaceMDExtendedElementInformationType
-
unsetCondition
public void unsetCondition()
Unsets the "condition" element- Specified by:
unsetConditionin interfaceMDExtendedElementInformationType
-
getDataType
public MDDatatypeCodePropertyType getDataType()
Gets the "dataType" element- Specified by:
getDataTypein interfaceMDExtendedElementInformationType
-
setDataType
public void setDataType(MDDatatypeCodePropertyType dataType)
Sets the "dataType" element- Specified by:
setDataTypein interfaceMDExtendedElementInformationType
-
addNewDataType
public MDDatatypeCodePropertyType addNewDataType()
Appends and returns a new empty "dataType" element- Specified by:
addNewDataTypein interfaceMDExtendedElementInformationType
-
getMaximumOccurrence
public CharacterStringPropertyType getMaximumOccurrence()
Gets the "maximumOccurrence" element- Specified by:
getMaximumOccurrencein interfaceMDExtendedElementInformationType
-
isSetMaximumOccurrence
public boolean isSetMaximumOccurrence()
True if has "maximumOccurrence" element- Specified by:
isSetMaximumOccurrencein interfaceMDExtendedElementInformationType
-
setMaximumOccurrence
public void setMaximumOccurrence(CharacterStringPropertyType maximumOccurrence)
Sets the "maximumOccurrence" element- Specified by:
setMaximumOccurrencein interfaceMDExtendedElementInformationType
-
addNewMaximumOccurrence
public CharacterStringPropertyType addNewMaximumOccurrence()
Appends and returns a new empty "maximumOccurrence" element- Specified by:
addNewMaximumOccurrencein interfaceMDExtendedElementInformationType
-
unsetMaximumOccurrence
public void unsetMaximumOccurrence()
Unsets the "maximumOccurrence" element- Specified by:
unsetMaximumOccurrencein interfaceMDExtendedElementInformationType
-
getDomainValue
public CharacterStringPropertyType getDomainValue()
Gets the "domainValue" element- Specified by:
getDomainValuein interfaceMDExtendedElementInformationType
-
isSetDomainValue
public boolean isSetDomainValue()
True if has "domainValue" element- Specified by:
isSetDomainValuein interfaceMDExtendedElementInformationType
-
setDomainValue
public void setDomainValue(CharacterStringPropertyType domainValue)
Sets the "domainValue" element- Specified by:
setDomainValuein interfaceMDExtendedElementInformationType
-
addNewDomainValue
public CharacterStringPropertyType addNewDomainValue()
Appends and returns a new empty "domainValue" element- Specified by:
addNewDomainValuein interfaceMDExtendedElementInformationType
-
unsetDomainValue
public void unsetDomainValue()
Unsets the "domainValue" element- Specified by:
unsetDomainValuein interfaceMDExtendedElementInformationType
-
getParentEntityArray
public CharacterStringPropertyType[] getParentEntityArray()
Gets array of all "parentEntity" elements- Specified by:
getParentEntityArrayin interfaceMDExtendedElementInformationType
-
getParentEntityArray
public CharacterStringPropertyType getParentEntityArray(int i)
Gets ith "parentEntity" element- Specified by:
getParentEntityArrayin interfaceMDExtendedElementInformationType
-
sizeOfParentEntityArray
public int sizeOfParentEntityArray()
Returns number of "parentEntity" element- Specified by:
sizeOfParentEntityArrayin interfaceMDExtendedElementInformationType
-
setParentEntityArray
public void setParentEntityArray(CharacterStringPropertyType[] parentEntityArray)
Sets array of all "parentEntity" element- Specified by:
setParentEntityArrayin interfaceMDExtendedElementInformationType
-
setParentEntityArray
public void setParentEntityArray(int i, CharacterStringPropertyType parentEntity)Sets ith "parentEntity" element- Specified by:
setParentEntityArrayin interfaceMDExtendedElementInformationType
-
insertNewParentEntity
public CharacterStringPropertyType insertNewParentEntity(int i)
Inserts and returns a new empty value (as xml) as the ith "parentEntity" element- Specified by:
insertNewParentEntityin interfaceMDExtendedElementInformationType
-
addNewParentEntity
public CharacterStringPropertyType addNewParentEntity()
Appends and returns a new empty value (as xml) as the last "parentEntity" element- Specified by:
addNewParentEntityin interfaceMDExtendedElementInformationType
-
removeParentEntity
public void removeParentEntity(int i)
Removes the ith "parentEntity" element- Specified by:
removeParentEntityin interfaceMDExtendedElementInformationType
-
getRule
public CharacterStringPropertyType getRule()
Gets the "rule" element- Specified by:
getRulein interfaceMDExtendedElementInformationType
-
setRule
public void setRule(CharacterStringPropertyType rule)
Sets the "rule" element- Specified by:
setRulein interfaceMDExtendedElementInformationType
-
addNewRule
public CharacterStringPropertyType addNewRule()
Appends and returns a new empty "rule" element- Specified by:
addNewRulein interfaceMDExtendedElementInformationType
-
getRationaleArray
public CharacterStringPropertyType[] getRationaleArray()
Gets array of all "rationale" elements- Specified by:
getRationaleArrayin interfaceMDExtendedElementInformationType
-
getRationaleArray
public CharacterStringPropertyType getRationaleArray(int i)
Gets ith "rationale" element- Specified by:
getRationaleArrayin interfaceMDExtendedElementInformationType
-
sizeOfRationaleArray
public int sizeOfRationaleArray()
Returns number of "rationale" element- Specified by:
sizeOfRationaleArrayin interfaceMDExtendedElementInformationType
-
setRationaleArray
public void setRationaleArray(CharacterStringPropertyType[] rationaleArray)
Sets array of all "rationale" element- Specified by:
setRationaleArrayin interfaceMDExtendedElementInformationType
-
setRationaleArray
public void setRationaleArray(int i, CharacterStringPropertyType rationale)Sets ith "rationale" element- Specified by:
setRationaleArrayin interfaceMDExtendedElementInformationType
-
insertNewRationale
public CharacterStringPropertyType insertNewRationale(int i)
Inserts and returns a new empty value (as xml) as the ith "rationale" element- Specified by:
insertNewRationalein interfaceMDExtendedElementInformationType
-
addNewRationale
public CharacterStringPropertyType addNewRationale()
Appends and returns a new empty value (as xml) as the last "rationale" element- Specified by:
addNewRationalein interfaceMDExtendedElementInformationType
-
removeRationale
public void removeRationale(int i)
Removes the ith "rationale" element- Specified by:
removeRationalein interfaceMDExtendedElementInformationType
-
getSourceArray
public CIResponsiblePartyPropertyType[] getSourceArray()
Gets array of all "source" elements- Specified by:
getSourceArrayin interfaceMDExtendedElementInformationType
-
getSourceArray
public CIResponsiblePartyPropertyType getSourceArray(int i)
Gets ith "source" element- Specified by:
getSourceArrayin interfaceMDExtendedElementInformationType
-
sizeOfSourceArray
public int sizeOfSourceArray()
Returns number of "source" element- Specified by:
sizeOfSourceArrayin interfaceMDExtendedElementInformationType
-
setSourceArray
public void setSourceArray(CIResponsiblePartyPropertyType[] sourceArray)
Sets array of all "source" element- Specified by:
setSourceArrayin interfaceMDExtendedElementInformationType
-
setSourceArray
public void setSourceArray(int i, CIResponsiblePartyPropertyType source)Sets ith "source" element- Specified by:
setSourceArrayin interfaceMDExtendedElementInformationType
-
insertNewSource
public CIResponsiblePartyPropertyType insertNewSource(int i)
Inserts and returns a new empty value (as xml) as the ith "source" element- Specified by:
insertNewSourcein interfaceMDExtendedElementInformationType
-
addNewSource
public CIResponsiblePartyPropertyType addNewSource()
Appends and returns a new empty value (as xml) as the last "source" element- Specified by:
addNewSourcein interfaceMDExtendedElementInformationType
-
removeSource
public void removeSource(int i)
Removes the ith "source" element- Specified by:
removeSourcein interfaceMDExtendedElementInformationType
-
-