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.void
setCanonicalURI
(String value) Sets the value of the canonicalURI property.void
setCanonicalVersionURI
(String value) Sets the value of the canonicalVersionURI property.void
setLocationURI
(String value) Sets the value of the locationURI property.toString()
Generates a String representation of the contents of this type.
-
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
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-