Uses of Class
net.opengis.iso19139.gmd.v_20070417.MDObligationCodePropertyType
-
Packages that use MDObligationCodePropertyType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of MDObligationCodePropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as MDObligationCodePropertyType Modifier and Type Field Description protected MDObligationCodePropertyTypeMDExtendedElementInformationType. obligationMethods in net.opengis.iso19139.gmd.v_20070417 that return MDObligationCodePropertyType Modifier and Type Method Description MDObligationCodePropertyTypeObjectFactory. createMDObligationCodePropertyType()Create an instance ofMDObligationCodePropertyTypeMDObligationCodePropertyTypeMDExtendedElementInformationType. getObligation()Gets the value of the obligation property.MDObligationCodePropertyTypeMDObligationCodePropertyType. withMDObligationCode(MDObligationCodeType value)MDObligationCodePropertyTypeMDObligationCodePropertyType. withNilReason(String... values)MDObligationCodePropertyTypeMDObligationCodePropertyType. withNilReason(Collection<String> values)MDObligationCodePropertyTypeMDObligationCodePropertyType. withNilReason(List<String> value)Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDObligationCodePropertyType Modifier and Type Method Description voidMDExtendedElementInformationType. setObligation(MDObligationCodePropertyType value)Sets the value of the obligation property.MDExtendedElementInformationTypeMDExtendedElementInformationType. withObligation(MDObligationCodePropertyType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDObligationCodePropertyType Constructor Description MDExtendedElementInformationType(String id, String uuid, CharacterStringPropertyType name, CharacterStringPropertyType shortName, IntegerPropertyType domainCode, CharacterStringPropertyType definition, MDObligationCodePropertyType obligation, CharacterStringPropertyType condition, MDDatatypeCodePropertyType dataType, CharacterStringPropertyType maximumOccurrence, CharacterStringPropertyType domainValue, List<CharacterStringPropertyType> parentEntity, CharacterStringPropertyType rule, List<CharacterStringPropertyType> rationale, List<CIResponsiblePartyPropertyType> source)Fully-initialising value constructor
-