public class ObjectProfile extends Object
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"> <sequence> <element ref="{http://www.fedora.info/definitions/1/0/access/}objLabel"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}objOwnerId"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}objModels"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}objCreateDate"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}objLastModDate"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}objDissIndexViewURL"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}objItemIndexViewURL"/> <element ref="{http://www.fedora.info/definitions/1/0/access/}objState"/> </sequence> <attribute name="pid" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
objCreateDate |
protected String |
objDissIndexViewURL |
protected String |
objItemIndexViewURL |
protected String |
objLabel |
protected XMLGregorianCalendar |
objLastModDate |
protected ObjModels |
objModels |
protected String |
objOwnerId |
protected String |
objState |
protected String |
pid |
Constructor and Description |
---|
ObjectProfile() |
Modifier and Type | Method and Description |
---|---|
XMLGregorianCalendar |
getObjCreateDate()
Gets the value of the objCreateDate property.
|
String |
getObjDissIndexViewURL()
Gets the value of the objDissIndexViewURL property.
|
String |
getObjItemIndexViewURL()
Gets the value of the objItemIndexViewURL property.
|
String |
getObjLabel()
Gets the value of the objLabel property.
|
XMLGregorianCalendar |
getObjLastModDate()
Gets the value of the objLastModDate property.
|
ObjModels |
getObjModels()
Gets the value of the objModels property.
|
String |
getObjOwnerId()
Gets the value of the objOwnerId property.
|
String |
getObjState()
Gets the value of the objState property.
|
String |
getPid()
Gets the value of the pid property.
|
void |
setObjCreateDate(XMLGregorianCalendar value)
Sets the value of the objCreateDate property.
|
void |
setObjDissIndexViewURL(String value)
Sets the value of the objDissIndexViewURL property.
|
void |
setObjItemIndexViewURL(String value)
Sets the value of the objItemIndexViewURL property.
|
void |
setObjLabel(String value)
Sets the value of the objLabel property.
|
void |
setObjLastModDate(XMLGregorianCalendar value)
Sets the value of the objLastModDate property.
|
void |
setObjModels(ObjModels value)
Sets the value of the objModels property.
|
void |
setObjOwnerId(String value)
Sets the value of the objOwnerId property.
|
void |
setObjState(String value)
Sets the value of the objState property.
|
void |
setPid(String value)
Sets the value of the pid property.
|
protected String objLabel
protected String objOwnerId
protected ObjModels objModels
protected XMLGregorianCalendar objCreateDate
protected XMLGregorianCalendar objLastModDate
protected String objDissIndexViewURL
protected String objItemIndexViewURL
protected String objState
protected String pid
public String getObjLabel()
String
public void setObjLabel(String value)
value
- allowed object is
String
public String getObjOwnerId()
String
public void setObjOwnerId(String value)
value
- allowed object is
String
public ObjModels getObjModels()
ObjModels
public void setObjModels(ObjModels value)
value
- allowed object is
ObjModels
public XMLGregorianCalendar getObjCreateDate()
XMLGregorianCalendar
public void setObjCreateDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getObjLastModDate()
XMLGregorianCalendar
public void setObjLastModDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getObjDissIndexViewURL()
String
public void setObjDissIndexViewURL(String value)
value
- allowed object is
String
public String getObjItemIndexViewURL()
String
public void setObjItemIndexViewURL(String value)
value
- allowed object is
String
public String getObjState()
String
public void setObjState(String value)
value
- allowed object is
String
Copyright © 2010-2013 MediaShelf. All Rights Reserved.