Interface DateOfEventType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DateOfEventTypeImpl
public interface DateOfEventType extends org.apache.xmlbeans.XmlObjectAn XML DateOfEventType(@http://inspire.ec.europa.eu/schemas/bu-base/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDateOfEventType.AnyPointAn XML anyPoint(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).static interfaceDateOfEventType.BeginningAn XML beginning(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).static interfaceDateOfEventType.EndAn XML end(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).static classDateOfEventType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DateOfEventType.AnyPointaddNewAnyPoint()Appends and returns a new empty "anyPoint" elementDateOfEventType.BeginningaddNewBeginning()Appends and returns a new empty "beginning" elementDateOfEventType.EndaddNewEnd()Appends and returns a new empty "end" elementDateOfEventType.AnyPointgetAnyPoint()Gets the "anyPoint" elementDateOfEventType.BeginninggetBeginning()Gets the "beginning" elementDateOfEventType.EndgetEnd()Gets the "end" elementbooleanisNilAnyPoint()Tests for nil "anyPoint" elementbooleanisNilBeginning()Tests for nil "beginning" elementbooleanisNilEnd()Tests for nil "end" elementbooleanisSetAnyPoint()True if has "anyPoint" elementbooleanisSetBeginning()True if has "beginning" elementbooleanisSetEnd()True if has "end" elementvoidsetAnyPoint(DateOfEventType.AnyPoint anyPoint)Sets the "anyPoint" elementvoidsetBeginning(DateOfEventType.Beginning beginning)Sets the "beginning" elementvoidsetEnd(DateOfEventType.End end)Sets the "end" elementvoidsetNilAnyPoint()Nils the "anyPoint" elementvoidsetNilBeginning()Nils the "beginning" elementvoidsetNilEnd()Nils the "end" elementvoidunsetAnyPoint()Unsets the "anyPoint" elementvoidunsetBeginning()Unsets the "beginning" elementvoidunsetEnd()Unsets the "end" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getAnyPoint
DateOfEventType.AnyPoint getAnyPoint()
Gets the "anyPoint" element
-
isNilAnyPoint
boolean isNilAnyPoint()
Tests for nil "anyPoint" element
-
isSetAnyPoint
boolean isSetAnyPoint()
True if has "anyPoint" element
-
setAnyPoint
void setAnyPoint(DateOfEventType.AnyPoint anyPoint)
Sets the "anyPoint" element
-
addNewAnyPoint
DateOfEventType.AnyPoint addNewAnyPoint()
Appends and returns a new empty "anyPoint" element
-
setNilAnyPoint
void setNilAnyPoint()
Nils the "anyPoint" element
-
unsetAnyPoint
void unsetAnyPoint()
Unsets the "anyPoint" element
-
getBeginning
DateOfEventType.Beginning getBeginning()
Gets the "beginning" element
-
isNilBeginning
boolean isNilBeginning()
Tests for nil "beginning" element
-
isSetBeginning
boolean isSetBeginning()
True if has "beginning" element
-
setBeginning
void setBeginning(DateOfEventType.Beginning beginning)
Sets the "beginning" element
-
addNewBeginning
DateOfEventType.Beginning addNewBeginning()
Appends and returns a new empty "beginning" element
-
setNilBeginning
void setNilBeginning()
Nils the "beginning" element
-
unsetBeginning
void unsetBeginning()
Unsets the "beginning" element
-
getEnd
DateOfEventType.End getEnd()
Gets the "end" element
-
isNilEnd
boolean isNilEnd()
Tests for nil "end" element
-
isSetEnd
boolean isSetEnd()
True if has "end" element
-
setEnd
void setEnd(DateOfEventType.End end)
Sets the "end" element
-
addNewEnd
DateOfEventType.End addNewEnd()
Appends and returns a new empty "end" element
-
setNilEnd
void setNilEnd()
Nils the "end" element
-
unsetEnd
void unsetEnd()
Unsets the "end" element
-
-