Package nl.b3p.csw.jaxb.csw
Class ConceptualSchemeType
- java.lang.Object
-
- nl.b3p.csw.jaxb.csw.ConceptualSchemeType
-
public class ConceptualSchemeType extends Object
Java class for ConceptualSchemeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConceptualSchemeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Document" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="Authority" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ConceptualSchemeType()Default no-arg constructorConceptualSchemeType(String name, String document, String authority)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthority()Gets the value of the authority property.StringgetDocument()Gets the value of the document property.StringgetName()Gets the value of the name property.voidsetAuthority(String value)Sets the value of the authority property.voidsetDocument(String value)Sets the value of the document property.voidsetName(String value)Sets the value of the name property.
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDocument
public String getDocument()
Gets the value of the document property.- Returns:
- possible object is
String
-
setDocument
public void setDocument(String value)
Sets the value of the document property.- Parameters:
value- allowed object isString
-
getAuthority
public String getAuthority()
Gets the value of the authority property.- Returns:
- possible object is
String
-
-