Class MDApplicationSchemaInformationType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.MDApplicationSchemaInformationType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class MDApplicationSchemaInformationType extends AbstractObjectType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Information about the application schema used to build the datasetJava class for MD_ApplicationSchemaInformation_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_ApplicationSchemaInformation_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="name" type="{http://www.isotc211.org/2005/gmd}CI_Citation_PropertyType"/> <element name="schemaLanguage" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/> <element name="constraintLanguage" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/> <element name="schemaAscii" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="graphicsFile" type="{http://www.isotc211.org/2005/gco}Binary_PropertyType" minOccurs="0"/> <element name="softwareDevelopmentFile" type="{http://www.isotc211.org/2005/gco}Binary_PropertyType" minOccurs="0"/> <element name="softwareDevelopmentFileFormat" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterStringPropertyTypeconstraintLanguageprotected BinaryPropertyTypegraphicsFileprotected CICitationPropertyTypenameprotected CharacterStringPropertyTypeschemaAsciiprotected CharacterStringPropertyTypeschemaLanguageprotected BinaryPropertyTypesoftwareDevelopmentFileprotected CharacterStringPropertyTypesoftwareDevelopmentFileFormat-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MDApplicationSchemaInformationType()Default no-arg constructorMDApplicationSchemaInformationType(String id, String uuid, CICitationPropertyType name, CharacterStringPropertyType schemaLanguage, CharacterStringPropertyType constraintLanguage, CharacterStringPropertyType schemaAscii, BinaryPropertyType graphicsFile, BinaryPropertyType softwareDevelopmentFile, CharacterStringPropertyType softwareDevelopmentFileFormat)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)CharacterStringPropertyTypegetConstraintLanguage()Gets the value of the constraintLanguage property.BinaryPropertyTypegetGraphicsFile()Gets the value of the graphicsFile property.CICitationPropertyTypegetName()Gets the value of the name property.CharacterStringPropertyTypegetSchemaAscii()Gets the value of the schemaAscii property.CharacterStringPropertyTypegetSchemaLanguage()Gets the value of the schemaLanguage property.BinaryPropertyTypegetSoftwareDevelopmentFile()Gets the value of the softwareDevelopmentFile property.CharacterStringPropertyTypegetSoftwareDevelopmentFileFormat()Gets the value of the softwareDevelopmentFileFormat property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetConstraintLanguage()booleanisSetGraphicsFile()booleanisSetName()booleanisSetSchemaAscii()booleanisSetSchemaLanguage()booleanisSetSoftwareDevelopmentFile()booleanisSetSoftwareDevelopmentFileFormat()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetConstraintLanguage(CharacterStringPropertyType value)Sets the value of the constraintLanguage property.voidsetGraphicsFile(BinaryPropertyType value)Sets the value of the graphicsFile property.voidsetName(CICitationPropertyType value)Sets the value of the name property.voidsetSchemaAscii(CharacterStringPropertyType value)Sets the value of the schemaAscii property.voidsetSchemaLanguage(CharacterStringPropertyType value)Sets the value of the schemaLanguage property.voidsetSoftwareDevelopmentFile(BinaryPropertyType value)Sets the value of the softwareDevelopmentFile property.voidsetSoftwareDevelopmentFileFormat(CharacterStringPropertyType value)Sets the value of the softwareDevelopmentFileFormat property.StringtoString()MDApplicationSchemaInformationTypewithConstraintLanguage(CharacterStringPropertyType value)MDApplicationSchemaInformationTypewithGraphicsFile(BinaryPropertyType value)MDApplicationSchemaInformationTypewithId(String value)MDApplicationSchemaInformationTypewithName(CICitationPropertyType value)MDApplicationSchemaInformationTypewithSchemaAscii(CharacterStringPropertyType value)MDApplicationSchemaInformationTypewithSchemaLanguage(CharacterStringPropertyType value)MDApplicationSchemaInformationTypewithSoftwareDevelopmentFile(BinaryPropertyType value)MDApplicationSchemaInformationTypewithSoftwareDevelopmentFileFormat(CharacterStringPropertyType value)MDApplicationSchemaInformationTypewithUuid(String value)
-
-
-
Field Detail
-
name
protected CICitationPropertyType name
-
schemaLanguage
protected CharacterStringPropertyType schemaLanguage
-
constraintLanguage
protected CharacterStringPropertyType constraintLanguage
-
schemaAscii
protected CharacterStringPropertyType schemaAscii
-
graphicsFile
protected BinaryPropertyType graphicsFile
-
softwareDevelopmentFile
protected BinaryPropertyType softwareDevelopmentFile
-
softwareDevelopmentFileFormat
protected CharacterStringPropertyType softwareDevelopmentFileFormat
-
-
Constructor Detail
-
MDApplicationSchemaInformationType
public MDApplicationSchemaInformationType()
Default no-arg constructor
-
MDApplicationSchemaInformationType
public MDApplicationSchemaInformationType(String id, String uuid, CICitationPropertyType name, CharacterStringPropertyType schemaLanguage, CharacterStringPropertyType constraintLanguage, CharacterStringPropertyType schemaAscii, BinaryPropertyType graphicsFile, BinaryPropertyType softwareDevelopmentFile, CharacterStringPropertyType softwareDevelopmentFileFormat)
Fully-initialising value constructor
-
-
Method Detail
-
getName
public CICitationPropertyType getName()
Gets the value of the name property.- Returns:
- possible object is
CICitationPropertyType
-
setName
public void setName(CICitationPropertyType value)
Sets the value of the name property.- Parameters:
value- allowed object isCICitationPropertyType
-
isSetName
public boolean isSetName()
-
getSchemaLanguage
public CharacterStringPropertyType getSchemaLanguage()
Gets the value of the schemaLanguage property.- Returns:
- possible object is
CharacterStringPropertyType
-
setSchemaLanguage
public void setSchemaLanguage(CharacterStringPropertyType value)
Sets the value of the schemaLanguage property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetSchemaLanguage
public boolean isSetSchemaLanguage()
-
getConstraintLanguage
public CharacterStringPropertyType getConstraintLanguage()
Gets the value of the constraintLanguage property.- Returns:
- possible object is
CharacterStringPropertyType
-
setConstraintLanguage
public void setConstraintLanguage(CharacterStringPropertyType value)
Sets the value of the constraintLanguage property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetConstraintLanguage
public boolean isSetConstraintLanguage()
-
getSchemaAscii
public CharacterStringPropertyType getSchemaAscii()
Gets the value of the schemaAscii property.- Returns:
- possible object is
CharacterStringPropertyType
-
setSchemaAscii
public void setSchemaAscii(CharacterStringPropertyType value)
Sets the value of the schemaAscii property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetSchemaAscii
public boolean isSetSchemaAscii()
-
getGraphicsFile
public BinaryPropertyType getGraphicsFile()
Gets the value of the graphicsFile property.- Returns:
- possible object is
BinaryPropertyType
-
setGraphicsFile
public void setGraphicsFile(BinaryPropertyType value)
Sets the value of the graphicsFile property.- Parameters:
value- allowed object isBinaryPropertyType
-
isSetGraphicsFile
public boolean isSetGraphicsFile()
-
getSoftwareDevelopmentFile
public BinaryPropertyType getSoftwareDevelopmentFile()
Gets the value of the softwareDevelopmentFile property.- Returns:
- possible object is
BinaryPropertyType
-
setSoftwareDevelopmentFile
public void setSoftwareDevelopmentFile(BinaryPropertyType value)
Sets the value of the softwareDevelopmentFile property.- Parameters:
value- allowed object isBinaryPropertyType
-
isSetSoftwareDevelopmentFile
public boolean isSetSoftwareDevelopmentFile()
-
getSoftwareDevelopmentFileFormat
public CharacterStringPropertyType getSoftwareDevelopmentFileFormat()
Gets the value of the softwareDevelopmentFileFormat property.- Returns:
- possible object is
CharacterStringPropertyType
-
setSoftwareDevelopmentFileFormat
public void setSoftwareDevelopmentFileFormat(CharacterStringPropertyType value)
Sets the value of the softwareDevelopmentFileFormat property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetSoftwareDevelopmentFileFormat
public boolean isSetSoftwareDevelopmentFileFormat()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObjectType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractObjectType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractObjectType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractObjectType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractObjectType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractObjectType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractObjectType
-
clone
public Object clone()
- Overrides:
clonein classAbstractObjectType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
withName
public MDApplicationSchemaInformationType withName(CICitationPropertyType value)
-
withSchemaLanguage
public MDApplicationSchemaInformationType withSchemaLanguage(CharacterStringPropertyType value)
-
withConstraintLanguage
public MDApplicationSchemaInformationType withConstraintLanguage(CharacterStringPropertyType value)
-
withSchemaAscii
public MDApplicationSchemaInformationType withSchemaAscii(CharacterStringPropertyType value)
-
withGraphicsFile
public MDApplicationSchemaInformationType withGraphicsFile(BinaryPropertyType value)
-
withSoftwareDevelopmentFile
public MDApplicationSchemaInformationType withSoftwareDevelopmentFile(BinaryPropertyType value)
-
withSoftwareDevelopmentFileFormat
public MDApplicationSchemaInformationType withSoftwareDevelopmentFileFormat(CharacterStringPropertyType value)
-
withId
public MDApplicationSchemaInformationType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public MDApplicationSchemaInformationType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-