Class DatatypeFacet
java.lang.Object
org.genericode.xml._2004.ns.codelist._0.DatatypeFacet
Facet information for refining a datatype.
Java class for DatatypeFacet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatatypeFacet">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="ShortName" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="LongName" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the longName property.Gets the value of the shortName property.getValue()Gets the value of the value property.voidsetLongName(String value) Sets the value of the longName property.voidsetShortName(String value) Sets the value of the shortName property.voidSets the value of the value property.
-
Field Details
-
value
-
shortName
-
longName
-
-
Constructor Details
-
DatatypeFacet
public DatatypeFacet()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getShortName
Gets the value of the shortName property.- Returns:
- possible object is
String
-
setShortName
Sets the value of the shortName property.- Parameters:
value- allowed object isString
-
getLongName
Gets the value of the longName property.- Returns:
- possible object is
String
-
setLongName
Sets the value of the longName property.- Parameters:
value- allowed object isString
-