Class CodeListReference
java.lang.Object
oasis.names.tc.legalxml_courtfiling.schema.xsd.appinfo_4.CodeListReference
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="CanonicalURI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="CanonicalVersionURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="LocationURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the canonicalURI property.Gets the value of the canonicalVersionURI property.Gets the value of the locationURI property.voidsetCanonicalURI(String value) Sets the value of the canonicalURI property.voidsetCanonicalVersionURI(String value) Sets the value of the canonicalVersionURI property.voidsetLocationURI(String value) Sets the value of the locationURI property.
-
Field Details
-
canonicalURI
-
canonicalVersionURI
-
locationURI
-
-
Constructor Details
-
CodeListReference
public CodeListReference()
-
-
Method Details
-
getCanonicalURI
Gets the value of the canonicalURI property.- Returns:
- possible object is
String
-
setCanonicalURI
Sets the value of the canonicalURI property.- Parameters:
value- allowed object isString
-
getCanonicalVersionURI
Gets the value of the canonicalVersionURI property.- Returns:
- possible object is
String
-
setCanonicalVersionURI
Sets the value of the canonicalVersionURI property.- Parameters:
value- allowed object isString
-
getLocationURI
Gets the value of the locationURI property.- Returns:
- possible object is
String
-
setLocationURI
Sets the value of the locationURI property.- Parameters:
value- allowed object isString
-