|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcfa.vo.sed.io.jaxb.impl.GroupImpl
cfa.vo.sed.io.jaxb.impl.CurationTypeImpl
public class CurationTypeImpl
| Nested Class Summary | |
|---|---|
class |
CurationTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected ContactType |
_Contact
|
protected DateParamType |
_Date
|
protected TextParamType |
_Publisher
|
protected TextParamType |
_PublisherDID
|
protected TextParamType |
_PublisherID
|
protected TextParamType |
_Reference
|
protected TextParamType |
_Rights
|
protected TextParamType |
_Version
|
static java.lang.Class |
version
|
| Fields inherited from class cfa.vo.sed.io.jaxb.impl.GroupImpl |
|---|
_Id, _Idref |
| Constructor Summary | |
|---|---|
CurationTypeImpl()
|
|
| Method Summary | |
|---|---|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
Gets the schema fragment associated with this class. |
UnmarshallingEventHandler |
createUnmarshaller(UnmarshallingContext context)
Creates an unmarshaller that will unmarshall this object. |
ContactType |
getContact()
Gets the value of the contact property. |
DateParamType |
getDate()
Gets the value of the date property. |
java.lang.Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
TextParamType |
getPublisher()
Gets the value of the publisher property. |
TextParamType |
getPublisherDID()
Gets the value of the publisherDID property. |
TextParamType |
getPublisherID()
Gets the value of the publisherID property. |
TextParamType |
getReference()
Gets the value of the reference property. |
TextParamType |
getRights()
Gets the value of the rights property. |
TextParamType |
getVersion()
Gets the value of the version property. |
boolean |
isSetContact()
|
boolean |
isSetDate()
|
boolean |
isSetPublisher()
|
boolean |
isSetPublisherDID()
|
boolean |
isSetPublisherID()
|
boolean |
isSetReference()
|
boolean |
isSetRights()
|
boolean |
isSetVersion()
|
void |
serializeAttributes(XMLSerializer context)
Serializes attributes into the specified target. |
void |
serializeBody(XMLSerializer context)
Serializes child elements and texts into the specified target. |
void |
serializeURIs(XMLSerializer context)
Declares all the namespace URIs this object is using at its top-level scope into the specified target. |
void |
setContact(ContactType value)
Sets the value of the contact property. |
void |
setDate(DateParamType value)
Sets the value of the date property. |
void |
setPublisher(TextParamType value)
Sets the value of the publisher property. |
void |
setPublisherDID(TextParamType value)
Sets the value of the publisherDID property. |
void |
setPublisherID(TextParamType value)
Sets the value of the publisherID property. |
void |
setReference(TextParamType value)
Sets the value of the reference property. |
void |
setRights(TextParamType value)
Sets the value of the rights property. |
void |
setVersion(TextParamType value)
Sets the value of the version property. |
void |
unsetContact()
|
void |
unsetDate()
|
void |
unsetPublisher()
|
void |
unsetPublisherDID()
|
void |
unsetPublisherID()
|
void |
unsetReference()
|
void |
unsetRights()
|
void |
unsetVersion()
|
| Methods inherited from class cfa.vo.sed.io.jaxb.impl.GroupImpl |
|---|
____jaxb____getId, getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface cfa.vo.sed.io.jaxb.Group |
|---|
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref |
| Field Detail |
|---|
protected TextParamType _Rights
protected TextParamType _Publisher
protected TextParamType _PublisherDID
protected ContactType _Contact
protected TextParamType _Version
protected TextParamType _PublisherID
protected DateParamType _Date
protected TextParamType _Reference
public static final java.lang.Class version
| Constructor Detail |
|---|
public CurationTypeImpl()
| Method Detail |
|---|
public TextParamType getRights()
CurationType
getRights in interface CurationTypeTextParamTypepublic void setRights(TextParamType value)
CurationType
setRights in interface CurationTypevalue - allowed object is
TextParamTypepublic boolean isSetRights()
isSetRights in interface CurationTypepublic void unsetRights()
unsetRights in interface CurationTypepublic TextParamType getPublisher()
CurationType
getPublisher in interface CurationTypeTextParamTypepublic void setPublisher(TextParamType value)
CurationType
setPublisher in interface CurationTypevalue - allowed object is
TextParamTypepublic boolean isSetPublisher()
isSetPublisher in interface CurationTypepublic void unsetPublisher()
unsetPublisher in interface CurationTypepublic TextParamType getPublisherDID()
CurationType
getPublisherDID in interface CurationTypeTextParamTypepublic void setPublisherDID(TextParamType value)
CurationType
setPublisherDID in interface CurationTypevalue - allowed object is
TextParamTypepublic boolean isSetPublisherDID()
isSetPublisherDID in interface CurationTypepublic void unsetPublisherDID()
unsetPublisherDID in interface CurationTypepublic ContactType getContact()
CurationType
getContact in interface CurationTypeContactTypepublic void setContact(ContactType value)
CurationType
setContact in interface CurationTypevalue - allowed object is
ContactTypepublic boolean isSetContact()
isSetContact in interface CurationTypepublic void unsetContact()
unsetContact in interface CurationTypepublic TextParamType getVersion()
CurationType
getVersion in interface CurationTypeTextParamTypepublic void setVersion(TextParamType value)
CurationType
setVersion in interface CurationTypevalue - allowed object is
TextParamTypepublic boolean isSetVersion()
isSetVersion in interface CurationTypepublic void unsetVersion()
unsetVersion in interface CurationTypepublic TextParamType getPublisherID()
CurationType
getPublisherID in interface CurationTypeTextParamTypepublic void setPublisherID(TextParamType value)
CurationType
setPublisherID in interface CurationTypevalue - allowed object is
TextParamTypepublic boolean isSetPublisherID()
isSetPublisherID in interface CurationTypepublic void unsetPublisherID()
unsetPublisherID in interface CurationTypepublic DateParamType getDate()
CurationType
getDate in interface CurationTypeDateParamTypepublic void setDate(DateParamType value)
CurationType
setDate in interface CurationTypevalue - allowed object is
DateParamTypepublic boolean isSetDate()
isSetDate in interface CurationTypepublic void unsetDate()
unsetDate in interface CurationTypepublic TextParamType getReference()
CurationType
getReference in interface CurationTypeTextParamTypepublic void setReference(TextParamType value)
CurationType
setReference in interface CurationTypevalue - allowed object is
TextParamTypepublic boolean isSetReference()
isSetReference in interface CurationTypepublic void unsetReference()
unsetReference in interface CurationTypepublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObjectcreateUnmarshaller in class GroupImpl
public void serializeBody(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeBody in interface XMLSerializableserializeBody in class GroupImplorg.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableserializeAttributes in class GroupImplorg.xml.sax.SAXException
public void serializeURIs(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeURIs in interface XMLSerializableserializeURIs in class GroupImplorg.xml.sax.SAXExceptionpublic java.lang.Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectgetPrimaryInterface in class GroupImplpublic com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator in interface ValidatableObjectcreateRawValidator in class GroupImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||